OnItemUnloaded Method (C1CachedDataCollectionList<T>)
In This Topic
Called when an item is unloaded from the collection.
Syntax
'Declaration
Protected Overridable Sub OnItemUnloaded( _
ByVal As Object, _
ByVal As C1.DataCollection.CacheDataCollectionItemEventArgs(Of T) _
)
protected virtual void OnItemUnloaded(
object ,
C1.DataCollection.CacheDataCollectionItemEventArgs<T>
)
Parameters
- sender
- The sender
- e
- The info about the unloaded item.
See Also